encoding/binary.ByteOrder.Uint16 (method)
6 uses
	encoding/binary (current package)
		binary.go#L40: 	Uint16([]byte) uint16
		binary.go#L321: 		*data = int16(order.Uint16(bs))
		binary.go#L323: 		*data = order.Uint16(bs)
		binary.go#L348: 			data[i] = int16(order.Uint16(bs[2*i:]))
		binary.go#L352: 			data[i] = order.Uint16(bs[2*i:])
		binary.go#L779: 	x := d.order.Uint16(d.buf[d.offset : d.offset+2])
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |